home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 25 / CDROM25.iso / lazer / fpwtdemo / Poster.dcr / Behaviors_35_Previous Button.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  325 b   |  16 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "PrevHilite"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to "Prev"
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the currentSpriteNum to "PrevDown"
  11. end
  12.  
  13. on mouseUp me
  14.   set the member of sprite the currentSpriteNum to "Prev"
  15. end
  16.